From 04c480f53ebcdee95066ea55797de5c8e0fc500b Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sat, 4 Feb 2023 17:57:23 +0100 Subject: [PATCH] debian/shuffle-boot-files: fix typo The tree picture changed, but I didn't correct the names in the text. :-) Signed-off-by: Hans van Kranenburg --- debian/shuffle-boot-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/shuffle-boot-files b/debian/shuffle-boot-files index 8e4f1687f6..a4ddf15018 100755 --- a/debian/shuffle-boot-files +++ b/debian/shuffle-boot-files @@ -71,8 +71,8 @@ done # prevent filenames from changing during a stable security update. # # For consistency with the file names in boot/, we also add the flavour -# name here. So, for example xen-4.17.0.efi.map.gz is renamed to -# xen-4.17-amd64.efi.map.gz +# name here. So, for example xen-4.17.0.efi.map is renamed to +# xen-4.17-amd64.efi.map find "$t/usr/lib/debug" -maxdepth 1 -name 'xen*' -type f -print | while read f; do head="${f%$verstring*}" tail="${f#*$verstring}" -- 2.30.2